home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gnumake / gulmake.zoo / clean.g next >
Encoding:
Text File  |  1990-10-13  |  90 b   |  8 lines

  1. # Cleanup files after making gcc
  2. #
  3. #
  4. rm *.o
  5. rm gen*.ttp
  6. rm insn-*
  7. # end of clean.g
  8.